home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
ab20_archive
/
datacomm
/
xpr
/
xprkermit-1.111.lzh
/
kermitproto.pro
< prev
next >
Wrap
Text File
|
1991-12-21
|
472b
|
18 lines
/* kermitproto.c */
int wart(void);
int getpkt(int bufmax);
void proto(void);
int zrtol(char *name, char *name2, int mywarn);
int ttol(char *s, int n);
int ttinl(char *s, int max, int eol, int timeout);
int chkint(void);
void ttflui(void);
void sleep(int sec);
int screen(int f, int c, long n, char *s);
void tchar(int c);
int ST_Display_String(int Item, char *S);
int ST_Display_CRC(int Item);
int gnfile(char *fname, int len);
void gninit(void);
char *EndPath(char *p);